List all integrations

Hi, I’m aware that we can get details on a specific integration this way but I can’t seem to find a way to list all integration from all services. Has anyone had any luck with that?

https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1services~1{id}~1integrations~1{integration_id}/get

You can do a “List Services” and pass in the include[]=integrations parameter and get back all integrations for each service.

https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1services/get

1 Like